        /* 多个 */
        .multiples{
            width: 1000px;
            /* background-color: rgb(185, 113, 113); */
            float: left;
            position: relative;
            height: 200px;
        }
        .mul_toTop{
            width: 280px;
            height: 45px;
            /* background-color: blueviolet; */
            font-family: '华文楷体';
            position: relative;
        }
        .mul_toTop>h2{
            font-size: 28px;
            line-height: 45px;
            margin-left: 20px;
        }
        .mul_toTop .line{
            width: 230px;
            height: 45px;
            border-bottom: 2px solid black;
            position: absolute;
            top: -2px;
            left:50px
        }
        .mul_toMiddle .line,.mul_toRight .line{
            width: 240px;
            left: 20px;
        }
        .mul_toLeft{
            width: 280px;
            height: 107px;
            float: left;
            /* overflow: hidden; */
        }
        .mul_toMiddle{
            width: 280px;
            height: 107px;
            float: left;
            /* overflow: hidden; */
            margin-left: 70px;
        }

        .mul_toLeft .hat{
            height: 35px;
            width: 280px;
            background-color: white;
            font-family: '华文细黑';
            display: flex; /* 使用 Flexbox 布局 */
            align-items: center; /* 垂直居中 */
            float: left;
        }

        .mul_toLeft .hat span{
            font-family: '华文细黑';
            font-size: 19px;
            display: inline-block; /* 使文字在换行后左对齐 */
            line-height: 25px;
        }

        .mul_toLeft .circle{
            background: black;
            border-radius: 50%;
            width: 9px;
            height: 9px;
            float: left;
            margin: 0 8px 0 25px;
        }
        .portrait_line{
            position: absolute;
            background-color: black;
            width: 3px; /* adjust the width 
            as needed */
            height: 100px;
            z-index: 2;
            top: 50px;
            left: 28px;
        }
        .mul_toMiddle ul img{
            width: 15px;
            margin-right: 4px;
        }
        .mul_toMiddle ul li{
            font-family: '华文细黑';
            font-size: 19px;
            display: inline-block; /* 使文字在换行后左对齐 */
            line-height: 30px;
            margin-bottom: 0;
        }
        .mul_toMiddle ul li:first-child{
            margin-bottom: 22px;
        }   
        .mul_toMiddle ul{
            margin-top: 0;
            margin-left: 20px;
            width: 300px;
        }
        .mul_toMiddle p{
            position: absolute;
        }
        .mul_toMiddle .item01{
            top: 70px;
            right: 0px; 
        }
        .mul_toMiddle .item02{
            right: 0px;
            transform: translateY(-30px);
        }
        .mul_toRight{
            margin-left: 70px;
        }
        .mul_toRight .hat{
            position: relative;
            height: auto;
            min-height: 35px;
            align-items: flex-start;
        }
        .mul_toRight span{
            margin-left: 20px;
        }
